/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-116273709439191>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-116273709439191>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-116273709439191>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-116273709439191>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:768px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#c_static_001-1711520789758 {
	min-height: 0px
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

.yd_img {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999999;
	transition: 1s;
	background: #fff
}

.yd_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.yd_act {
	animation: tan 3s forwards;
	-webkit-animation: tan 3s forwards
}

@keyframes tan {
	from {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(3);
		opacity: 0
	}
}

@-webkit-keyframes tan {
	from {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(3);
		opacity: 0
	}
}

.header {
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0px;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header.active {
	background: #fff
}

.header:hover {
	background: #fff
}

.header .header_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	margin: 0 auto
}

.header_logo {
	width: 19%;
	max-width: 325px
}

.header_logo .white_logo {
	display: block
}

.header_logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transition: none
}

.color_logo {
	display: none
}

.header:hover .color_logo {
	display: flex
}

.header.active .color_logo {
	display: flex
}

.header:hover .white_logo {
	display: none
}

.header.active .white_logo {
	display: none
}

.nav_con>.nav_close {
	display: none
}

.nav_con>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end
}

.nav_con>ul li {
	padding: 0 1.4vw;
	position: relative
}

.nav_con>ul li .nav_yj_name {
	display: inline-block;
	color: #fff;
	position: relative;
	line-height: 80px;
	transition: all 0.5s
}

.nav_con>ul li .nav_yj_name:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 2px;
	transition: all .5s;
	background: var(--wy_Color)
}

.nav_con>ul li:hover .nav_yj_name:before {
	width: 100%
}

.header:hover .nav_con>ul li .nav_yj_name {
	color: #333
}

.header.active .nav_con>ul li .nav_yj_name {
	color: #333
}

.nav_ej {
	position: absolute;
	background: #fff;
	width: 100%;
	min-width: 180px;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	display: none;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .05)
}

.nav_ej .ej_li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #333;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px
}

.nav_ej .ej_li>a .icon {
	width: 18px;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.nav_ej a:hover {
	color: var(--wy_Color);
	font-weight: bold
}

.nav_right {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav_right .icon {
	fill: #fff
}

.nav_search .icon {
	width: 24px;
	height: auto
}

.header:hover .icon {
	fill: #333
}

.header.active .icon {
	fill: #333
}

.nav_lang {
	position: relative;
	margin-right: 1vw
}

.nav_lang>span {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center
}

.lang_h {
	display: none
}

.nav_lang>span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.nav_lang>span:before,
.nav_lang>span:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	left: 0;
	top: 0
}

.nav_lang_box {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%) translateY(40px);
	width: auto;
	min-width: 100px;
	padding-top: 6px;
	opacity: 0;
	transition: all .5s;
	display: none
}

.nav_lang:hover .nav_lang_box {
	display: block;
	opacity: 1;
	transform: translateX(-50%) translateY(0)
}

.header:hover .lang_h {
	display: block
}

.header:hover .lang_b {
	display: none
}

.header.active .nav_lang .lang_h {
	display: block
}

.header.active .nav_lang .lang_b {
	display: none
}

.nav_lang_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #fff transparent
}

.nav_lang_item {
	width: 100%;
	padding: 0 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15)
}

.nav_lang_box a {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.nav_lang_box a:hover {
	color: var(--wy_Color)
}

.nav-button {
	display: none
}

@media screen and (max-width:768px) {
	.header_logo {
		width: 50%;
		margin: 10px 0
	}

	.header_logo a {
		width: 100%;
		height: 45px;
		display: flex;
		align-items: center
	}

	.header_logo .white_logo {
		display: none !important
	}

	.header_logo img {
		max-height: 45px
	}

	.nav_con {
		position: fixed;
		width: 100%;
		height: 100%;
		right: -100%;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 2;
		display: flex;
		justify-content: flex-end;
		transition: all 0.5s;
		padding: 0
	}

	.nav_con.active {
		right: 0
	}

	.nav_con>.nav_close {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px
	}

	.nav_close .icon {
		width: 30px;
		height: auto
	}

	.nav_con>ul {
		display: block;
		background: #fff;
		width: 80%;
		padding: 60px 20px 0;
		margin: 0
	}

	.nav_con>ul li {
		border-bottom: 1px solid #ddd
	}

	.nav_con>ul li .nav_yj_name {
		line-height: 50px
	}

	.nav_con>ul li .nav_yj_name:before {
		display: none
	}

	.nav_con>ul li .nav_arrow {
		background: url(../image/f5166785-1929-4174-87f4-715b7ab7b0d9.png) no-repeat;
		width: 12px;
		height: 8px;
		background-size: 100%;
		position: absolute;
		right: 5px;
		top: 19px;
		transition: all 0.5s
	}

	.nav_con>ul li.active .nav_arrow {
		transform: rotate(180deg)
	}

	.nav_ej {
		position: unset;
		box-shadow: none;
		transform: translateX(0%);
		width: 100%;
		border-radius: 0;
		padding-left: 20px
	}

	.nav_ej .ej_li>a {
		justify-content: flex-start
	}

	.nav_ej .ej_li>a .icon {
		display: none
	}

	.sj_box a {
		font-size: 14px;
		text-align: left;
		line-height: 30px;
		display: block;
		width: 100%
	}

	.nav-button {
		display: block
	}

	.nav-button .icon {
		width: 40px;
		height: auto
	}

	.nav_img {
		display: none
	}

	.sj_name {
		padding-left: 15px;
		position: relative;
		color: #999;
		border-bottom: none !important
	}

	.sj_name:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 4px;
		height: 4px;
		background: #999;
		border-radius: 50%
	}

	.nav_lang {
		margin-right: 15px
	}
}

@media screen and (min-width: 769px) {
	.nav_arrow {
		display: none
	}

	.ej_li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto;
		position: relative
	}

	.sj_box {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		background: #fff;
		display: none
	}

	.sj_box a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 44px;
		border-bottom: 1px solid #f3f3f3
	}

	.sj_name {
		color: #222;
		line-height: 1.4
	}

	.nav_img {
		margin-top: 20px;
		width: 100%;
		height: 80px;
		position: relative;
		overflow: hidden;
		border-radius: 8px
	}

	.nav_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .5s
	}

	.sj_li:hover .sj_name {
		color: var(--wy_Color)
	}

	.sj_li:hover img {
		transform: scale(1.1)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.nav_con>ul li {
		padding: 0 0.8vw
	}

	.nav_con>ul li .nav_yj_name {
		font-size: 15px
	}

	.nav_con>ul li .nav_arrow {
		display: none
	}

	.nav_ej .ej_li>a {
		font-size: 14px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
	.nav_con>ul li {
		padding: 0 1vw
	}
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-116273709439190>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-116273709439190>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-116273709439190>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-116273709439190>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden
}

@media screen and (max-width:768px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_static_001-1721010080931 {
	position: relative;
	width: 100%;
	background_radio: 2;
	display-radio: 1
}

#c_static_001-1721010080931 .e_image-1 {
	overflow: hidden;
	display-radio: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#c_static_001-1721010080931 .e_image-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001-1721010080931 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 8vw 0 7.6vw;
	position: relative;
	z-index: 2
}

#c_static_001-1721010080931 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721010080931 .e_text-3 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	text-align: center
}

#c_static_001-1721010080931 .e_form-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	background: transparent
}

#c_static_001-1721010080931 .e_form-5>.p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

#c_static_001-1721010080931 .e_form-5 .ptishiCon {
	display: none
}

/*手机号*/
#c_static_001-1721010080931 .e_input-6 .p_phoneCode {
	position: relative;
	width: 90px;
	margin-right: 10px
}

#c_static_001-1721010080931 .e_input-6 .p_phoneCode .form-control {
	height: 36px
}

#c_static_001-1721010080931 .e_input-6 .p_currentCode {
	cursor: pointer
}

#c_static_001-1721010080931 .e_input-6 .p_arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1721010080931 .e_input-6 .p_codeList {
	display: none;
	position: absolute;
	width: 120px;
	left: 0;
	top: calc(100% + 5px);
	background-color: #fff;
	color: #495057;
	border-radius: 4px;
	max-height: 192px;
	overflow: auto;
	z-index: 9;
	border: 1px solid #ced4da
}

#c_static_001-1721010080931 .e_input-6 .p_codeItem {
	line-height: 32px;
	padding: 0 15px;
	overflow: hidden;
	cursor: pointer
}

#c_static_001-1721010080931 .e_input-6 .p_codeItem:hover,
#c_static_001-1721010080931 .e_input-6 .p_codeItem.p_active {
	background-color: #f1f5f8
}

#c_static_001-1721010080931 .e_input-6 .p_enCode {
	float: right;
	color: #ccc
}

#c_static_001-1721010080931 .e_formBtn-7 {
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 0px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	height: 70px;
	width: 20.1vw;
	display-radio: 1
}

#c_static_001-1721010080931 .e_formBtn-7 img {
	margin-right: 8px
}

#c_static_001-1721010080931 .e_formBtn-7 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001-1721010080931 .e_formBtn-7::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001-1721010080931 .e_formBtn-7:hover::after {
	opacity: 1
}

#c_static_001-1721010080931 .e_richText-4 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	line-height: 1.8;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2vw
}

#c_static_001-1721010080931 .e_input-6 .p_input {
	display-radio: 1;
	height: 70px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 0 !important;
	background: transparent
}

#c_static_001-1721010080931 .e_input-6 {
	display-radio: 1;
	margin-bottom: 0px;
	width: calc(100% - 20.1vw)
}

#c_static_001-1721010080931 .e_input-6 .p_input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff
}

#c_static_001-1721010080931 .e_input-6 .p_input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff
}

#c_static_001-1721010080931 .e_input-6 .p_input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff
}

#c_static_001-1721010080931 .e_input-6 .p_input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff
}

#c_static_001-1721010080931 .invalid-feedback {
	position: absolute;
	top: 100%
}

#c_static_001-1721010080931 .e_code-8 {}

#c_static_001-1721010080931 .e_code-8 .p_imagecode {
	width: 200px;
	display: inline-block
}

#c_static_001-1721010080931 .e_code-8 .p_verify {
	vertical-align: top;
	font-size: 16px;
	width: 120px;
	height: 34px;
	display: none
}

#c_static_001-1721010080931 .e_code-8 .p_code_img {
	width: 120px;
	height: 34px;
	cursor: pointer;
	vertical-align: top;
	margin: 0 5px
}

#c_static_001-1721010080931 .e_button-9 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	height: 70px;
	width: 20.1vw;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 160px
}

#c_static_001-1721010080931 .e_button-9 img {
	margin-right: 8px
}

#c_static_001-1721010080931 .e_button-9 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001-1721010080931 .e_button-9::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001-1721010080931 .e_button-9:hover::after {
	opacity: 1
}

@media screen and (max-width:768px) {
	#c_static_001-1721010080931 .e_container-2 {
		padding: 50px 0;
		background_radio: 1;
		display-radio: 1
	}

	#c_static_001-1721010080931 .e_code-8 .p_refresh {
		display: none
	}

	#c_static_001-1721010080931 .e_formBtn-7 {
		width: 130px;
		height: 50px
	}

	#c_static_001-1721010080931 .e_input-6 {
		width: calc(100% - 130px);
		display-radio: 1
	}

	#c_static_001-1721010080931 .e_input-6 .p_input {
		height: 50px
	}

	#c_static_001-1721010080931 .e_button-9 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		width: 130px;
		height: 50px
	}

	#c_static_001-1721010080931 .e_form-5 {
		display-radio: 1;
		display: none
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721010080931 .e_form-5 {
		display: none
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001-1721010080931 .e_formBtn-7 {
		width: 150px
	}

	#c_static_001-1721010080931 .e_input-6 {
		width: calc(100% - 150px)
	}

	#c_static_001-1721010080931 .e_button-9 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		height: 50px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
	#c_static_001-1721010080931 .e_formBtn-7 {
		width: 150px
	}

	#c_static_001-1721010080931 .e_input-6 {
		width: calc(100% - 150px)
	}
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_static_001-1721010084239 {
	min-height: 0px;
	background_radio: 2;
	display-radio: 1;
	background-color: rgba(38, 38, 38, 1)
}

#c_static_001-1721010084239 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}

#c_static_001-1721010084239 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721010084239 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding: 3.3vw 0 2.5vw
}

#c_static_001-1721010084239 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721010084239 .e_bottomNav-3 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
	width: auto;
	position: relative;
	display-radio: 1
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item:nth-child(1) {
	display: none
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item {
	color: #fff
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item:hover {
	color: var(--wy_Color)
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_level2Box {
	margin-top: 1vw
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item {
	color: rgba(255, 255, 255, .5);
	line-height: 2.25
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item span {
	position: relative
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all .5s
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item a:hover {
	text-decoration: underline
}

#c_static_001-1721010084239 .e_bottomNav-3 .p_level3Box {
	display: none
}

#c_static_001-1721010084239 .e_bottomNav-3 {
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	padding-left: 0px;
	padding: 2.5vw 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#c_static_001-1721010084239 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding: 2.5vw 0
}

#c_static_001-1721010084239 .e_container-4>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

#c_static_001-1721010084239 .e_image-7 {
	overflow: hidden;
	display-radio: 1;
	max-width: 349px
}

#c_static_001-1721010084239 .e_image-7 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1721010084239 .e_search-10 {
	display: flex;
	border: none;
	background-color: rgba(0, 0, 0, .1);
	height: 56px;
	border-radius: 0;
	display-radio: flex;
	max-width: 340px;
	width: 100%
}

#c_static_001-1721010084239 .e_search-10 .p_inputCon {
	flex-grow: 1;
	padding: 0 20px;
	overflow: hidden
}

#c_static_001-1721010084239 .e_search-10 .p_selectCon {
	flex: 0 0 120px;
	max-width: 30%
}

#c_static_001-1721010084239 .e_search-10 .p_btnCon {
	flex: 0 0 100px;
	max-width: 20%
}

#c_static_001-1721010084239 .e_search-10 .p_input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	font-family: "Sourcehansans-regular";
	color: #fff
}

#c_static_001-1721010084239 .e_search-10 .p_btn {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: none;
	background: transparent
}

#c_static_001-1721010084239 .e_search-10 .p_select {
	height: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #999
}

#c_static_001-1721010084239 .e_search-10 .p_current {
	line-height: 38px;
	overflow: hidden;
	display: block;
	height: 100%
}

#c_static_001-1721010084239 .e_search-10 .p_current .icon {
	fill: currentColor;
	width: 14px;
	height: 14px
}

#c_static_001-1721010084239 .e_search-10 .p_selectList {
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	border-radius: 0 0 4px 4px;
	max-height: 162px;
	overflow: auto
}

#c_static_001-1721010084239 .e_search-10 .p_selectItem {
	line-height: 20px;
	padding: 10px 0;
	cursor: pointer
}

#c_static_001-1721010084239 .e_search-10 .p_selectItem:hover,
#c_static_001-1721010084239 .e_search-10 .p_selectItem.p_active {
	background-color: #eee
}

#c_static_001-1721010084239 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 20px
}

#c_static_001-1721010084239 .e_container-11>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721010084239 .e_loop_sub-12 {
	display: flex;
	flex-wrap: wrap
}

#c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%
}

#c_static_001-1721010084239 .e_text-13 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	text-align: right
}

#c_static_001-1721010084239 .e_html-15 {
	min-height: 0px;
	display-radio: 1;
	width: 100%;
	margin-top: 1.9vw
}

.footer_media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end
}

.footer_media .media_li {
	position: relative;
	margin-left: 10px;
	cursor: pointer;
	transition: all .5s
}

.footer_media .media_icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer_media .media_icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.5;
	transition: all .5s
}

.footer_media .media_li:hover .media_icon img {
	opacity: 1
}

.footer_media .media_code {
	position: absolute;
	top: 36px;
	left: 50%;
	width: 100px;
	transform: translateX(-50%) translateY(30px);
	border-radius: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 5;
	visibility: hidden
}

.footer_media .media_code:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #fff transparent
}

.footer_media .media_code img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.media_li:hover .media_code {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible
}

#c_static_001-1721010084239 .e_richText-8 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	line-height: 1.8;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px
}

#c_static_001-1721010084239 .e_richText-6 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
	text-align: left
}

#c_static_001-1721010084239 .e_richText-6 a:hover {
	text-decoration: underline
}

#c_static_001-1721010084239 .e_richText-5 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
	text-align: left
}

#c_static_001-1721010084239 .e_richText-5 a:hover {
	text-decoration: underline
}

#c_static_001-1721010084239 .e_container-2 .cbox-2-0 {
	flex: 0 0 50%
}

#c_static_001-1721010084239 .e_container-2 .cbox-2-1 {
	flex: 0 0 50%
}

@media screen and (max-width:768px) {
	#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon {
		display: none;
		width: auto;
		height: auto;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 0
	}

	#c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item,
	.e_bottomNav-3 .p_menu2Item {
		display: flex;
		justify-content: space-between
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box ul {
		display: none
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#c_static_001-1721010084239 .e_bottomNav-3 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
		padding: 0
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item svg {
		opacity: .5
	}

	#c_static_001-1721010084239 .e_bottomNav-3 {
		font_radio: 1;
		display-radio: none;
		display: none;
		margin-top: 0px;
		width: 100%;
		padding-left: 0px
	}

	#c_static_001-1721010084239 .e_html-15 {
		display-radio: 1;
		width: 100%
	}

	.footer_media {
		margin-bottom: 20px;
		justify-content: center
	}

	#c_static_001-1721010084239 .e_container-2 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: column;
		padding: 30px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	#c_static_001-1721010084239 .e_container-2 .cbox-2-0 {
		flex: 0 0 100%
	}

	#c_static_001-1721010084239 .e_container-2 .cbox-2-1 {
		flex: 0 0 100%
	}

	#c_static_001-1721010084239 .e_search-10 {
		display-radio: 1;
		width: 100%;
		max-width: none
	}

	#c_static_001-1721010084239 .e_container-2 .p_item {
		display-radio: 1
	}

	#c_static_001-1721010084239 .e_richText-8 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001-1721010084239 .e_image-7 {
		display-radio: 1;
		margin-left: auto;
		margin-right: auto
	}

	#c_static_001-1721010084239 .e_text-13 {
		font_radio: 2;
		display-radio: 1;
		line-height: 1.8;
		text-align: center
	}

	#c_static_001-1721010084239 .e_richText-5 {
		font_radio: 2;
		display-radio: 1;
		line-height: 1.8;
		text-align: center;
		width: 100%
	}

	#c_static_001-1721010084239 .e_container-4 {
		background_radio: 1;
		display-radio: 1;
		padding: 30px 0
	}

	#c_static_001-1721010084239 .e_container-4 .p_item {
		display-radio: 1
	}

	#c_static_001-1721010084239 .e_richText-6 {
		font_radio: 2;
		display-radio: 1;
		width: 100%;
		line-height: 1.8;
		text-align: center
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	#c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon {
		display: none
	}

	#c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
		padding: 15px 0
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
	.footer_media .media_li {
		margin-bottom: 5px
	}

	.footer_media .media_icon {
		width: 30px;
		height: 30px
	}

	.footer_media .media_code {
		top: 40px
	}
}

#c_static_001-1711526161326 {
	min-height: 0;
	background_radio: 2;
	display-radio: 1
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_banner_019-1713331796635 {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	margin-top: 0px
}

#c_banner_019-1713331796635 .e_bannerA-2 {
	height: 100%;
	display-radio: 1
}

#c_banner_019-1713331796635 .e_bannerA-2 .swiper-container {
	height: inherit
}

#c_banner_019-1713331796635 .e_bannerA-2 .swiper-wrapper {
	height: inherit
}

#c_banner_019-1713331796635 .e_bannerA-2 .swiper-slide {
	height: 787px;
	max-height: 1080px
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	background: #000
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_banner_019-1713331796635 .e_bannerA-2 .custom-bullet {
	background: #ccc
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff
}

#c_banner_019-1713331796635 .none_txt .p_info {
	top: 40%
}

#c_banner_019-1713331796635 .e_bannerA-2 .con {
	position: relative;
	padding-left: 1.6vw
}

#c_banner_019-1713331796635 .con_color .con * {
	color: var(--wy_Color) !important
}

#c_banner_019-1713331796635 .con_color .con:before {
	background: var(--wy_Color) !important
}

#c_banner_019-1713331796635 .e_bannerA-2 .con:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 3px;
	height: 90%;
	background: #fff;
	transition: all .5s
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_btitle {
	opacity: 0;
	transform: translateY(70px);
	transition: all 1s;
	line-height: 1
}

#c_banner_019-1713331796635 .swiper-slide-active .p_btitle {
	opacity: 1;
	transform: translateY(0)
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_subtitle {
	color: #fff;
	line-height: 1;
	opacity: 0;
	transform: translateY(70px);
	transition: all 1.4s;
	margin-top: 10px
}

#c_banner_019-1713331796635 .swiper-slide-active .p_subtitle {
	opacity: 1;
	transform: translateY(0)
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_summary {
	color: #fff;
	line-height: 1.5;
	max-width: 50%;
	opacity: 0;
	transform: translateY(70px);
	transition: all 2s;
	margin-top: 15px
}

#c_banner_019-1713331796635 .swiper-slide-active .p_summary {
	opacity: 1;
	transform: translateY(0)
}

#c_banner_019-1713331796635 .e_bannerA-2 .banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11vw;
	max-width: 200px;
	min-width: 120px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	margin-top: 3.6vw;
	transition: all .5s;
	opacity: 0;
	transform: translateY(70px)
}

#c_banner_019-1713331796635 .e_bannerA-2 .banner_btn img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-left: 1.3vw
}

#c_banner_019-1713331796635 .swiper-slide-active .banner_btn {
	opacity: 1;
	transform: translateY(0)
}

#c_banner_019-1713331796635 .e_bannerA-2 .banner_btn:hover {
	background: var(--wy_Color);
	border: 1px solid var(--wy_Color)
}

#c_banner_019-1713331796635 .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../image/playVideo.png') no-repeat center center
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_banner_019-1713331796635 .e_bannerA-2 .p_videoInfo {
	display: none
}

#c_banner_019-1713331796635 .home_banner .swiper-pagination {
	bottom: 45px
}

#c_banner_019-1713331796635 .home_banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	opacity: 1;
	margin: 0 5px;
	border-radius: 0;
	transition: all .5s;
	border: 1px solid #fff;
	border-radius: 50%
}

#c_banner_019-1713331796635 .home_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff
}

#c_banner_019-1713331796635 .swiper-button-prev {
	left: 6.25%
}

#c_banner_019-1713331796635 .swiper-button-next {
	right: 6.25%
}

#c_banner_019-1713331796635 .swiper-button-next,
#c_banner_019-1713331796635 .swiper-button-prev {
	color: rgba(255, 255, 255, .4)
}

#c_banner_019-1713331796635 .swiper-button-next:hover,
#c_banner_019-1713331796635 .swiper-button-prev:hover {
	color: #fff
}

@media screen and (max-width:768px) {
	#c_banner_019-1713331796635 .e_bannerA-2 .swiper-slide {
		height: 300px
	}

	#c_banner_019-1713331796635 .e_bannerA-2 .p_summary {
		max-width: 80%
	}

	#c_banner_019-1713331796635 .e_bannerA-2 .banner_btn {
		width: 120px;
		height: 36px
	}

	#c_banner_019-1713331796635 {
		background_radio: 2;
		display-radio: 1;
		margin-top: 65px
	}

	#c_banner_019-1713331796635 .swiper-button-next,
	#c_banner_019-1713331796635 .swiper-button-prev {
		display: none
	}

	#c_banner_019-1713331796635 .home_banner .swiper-pagination {
		bottom: 10px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_static_001-1721010060933 {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	background: url(../image/ce74ff71-f106-496b-8a13-8db0e8458009.png) no-repeat center;
	background-size: cover
}

.home_pro_top {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(72, 72, 72, .1)
}

.home_pro_bottom {
	padding: 4.9vw 0 6.5vw
}

.pro_cate_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.pro_cate_li {
	width: calc(100% / 5);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 10px;
	height: 146px;
	cursor: pointer
}

.pro_cate_li .pro_cate_img {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	position: relative
}

.pro_cate_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.pro_cate_name {
	color: #666;
	line-height: 1.2;
	width: 100%;
	text-align: center
}

.pro_cate_li:hover .pro_cate_name {
	color: var(--wy_Color)
}

.pro_cate_li.cur {
	background: var(--wy_Color)
}

.pro_cate_li.cur .pro_cate_name {
	color: #fff
}

.pro_cate_li.cur .pro_cate_img {
	height: 48px;
	margin-bottom: 10px
}

.pro_box {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.pro_top_left {
	width: 41%
}

.pro_top_right {
	display: block;
	width: 59%;
	text-align: center;
	overflow: hidden
}

.pro_top_right a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3%
}

.pro_top_right img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: all .6s
}

.pro_top_right:hover img {
	transform: scale(1.1)
}

.pro_name {
	color: #333
}

.pro_name:hover {
	color: var(--wy_Color)
}

.pro_num {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 3vw 0
}

.pro_num_li {
	width: auto;
	margin-right: 3vw
}

.pro_num .e_scrollNumber-7 {
	display: flex
}

.pro_num .p_num {
	color: var(--wy_Color);
	line-height: 1
}

.pro_num .p_plus {
	color: #666;
	line-height: 1
}

.pro_num_bt {
	color: #666
}

.pro_sub_name {
	color: #333
}

.pro_ms {
	color: #666;
	line-height: 1.8;
	margin-top: 5px;
	width: 100%
}

.home_pro_more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background: var(--wy_Color);
	color: #fff;
	max-width: 56px;
	min-width: 30px;
	max-height: 56px;
	min-height: 30px;
	margin-left: 0;
	margin-top: 2.6vw;
	transition: all .5s
}

.home_pro_more:hover {
	transform: translateY(-15px)
}

.pro_bottom_img {
	width: 100%;
	height: 75px;
	position: relative;
	cursor: pointer
}

.pro_bottom {
	width: 50%;
	margin: 30px 0 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.pro_bottom_box {
	width: 86%
}

.pro_bottom_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.home_pro_btn .icon {
	fill: rgba(0, 0, 0, .2);
	width: 30px;
	height: auto
}

.home_pro_btn.swiper-button-disabled {
	opacity: 0.3
}

.home_pro_btn:not(.swiper-button-disabled):hover .icon {
	fill: var(--wy_Color)
}

@media screen and (max-width:768px) {
	.pro_cate_li {
		width: calc(100% / 4);
		height: 100px;
		padding: 0 5px
	}

	.pro_cate_name {
		font-size: 14px !important
	}

	.pro_cate_li.cur .pro_cate_img {
		height: 30px;
		margin-bottom: 5px
	}

	.pro_top_left {
		width: 100%;
		margin-bottom: 20px
	}

	.pro_top_right {
		width: 100%
	}

	.pro_num {
		justify-content: space-between
	}

	.pro_num_li {
		margin-right: 0
	}

	.pro_ms {
		width: 100%
	}

	.pro_bottom {
		width: 100%
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721010060933 .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 99)
	}

	#c_static_001-1721010060933 .e_loop-2 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 99)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.pro_cate_li {
		height: 120px
	}

	.pro_cate_name {
		font-size: 14px !important
	}

	.pro_cate_li.cur .pro_cate_img {
		height: 40px;
		margin-bottom: 5px
	}

	.pro_bottom {
		width: 60%
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

.home_fa {
	width: 100%;
	position: relative;
	overflow: hidden
}

.home_fa_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.fa_bg_li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	opacity: 0
}

.fa_bg_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1.2s;
	transform: scale(1.2)
}

.fa_bg_li.bg_active {
	opacity: 1
}

.fa_bg_li.bg_active img {
	transform: scale(1)
}

.fa_box {
	position: relative;
	z-index: 2;
	padding-top: 6vw
}

.fa_tt {
	color: #fff;
	line-height: 1.25;
	text-align: center
}

.fa_ms {
	color: #fff;
	line-height: 1.8;
	text-align: center;
	max-width: 52%;
	margin: 5px auto 0
}

.fa_list {
	width: 100%;
	height: 29.1vw;
	min-height: 440px;
	display: flex;
	overflow: hidden;
	margin-top: 14.5vw
}

.fa_list .fa_li {
	width: 16%;
	height: 100%;
	cursor: pointer;
	position: relative;
	transition: all 1s
}

.fa_list .fa_li.cur {
	width: 36%
}

.fa_con {
	width: 100%;
	height: 190px;
	background: url(../image/c0c9460a-693a-4a97-bd08-ca0ae0ab9426.jpg) repeat-x center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.fa_li:last-child .fa_con {
	border-right: none
}

.fa_icon_box {
	width: 55px;
	height: 55px;
	position: relative
}

.fa_icon_box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.fa_con_tt {
	width: 100%;
	text-align: center;
	color: #333;
	margin-top: 25px
}

.fa_show {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	opacity: 0
}

.fa_list .fa_li.cur .fa_show {
	opacity: 1
}

.fa_list .fa_li.cur .fa_con {
	opacity: 0
}

.fa_top {
	width: 100%;
	height: 50%;
	position: relative;
	background: url(../image/1890deeb-eba3-4d63-a703-188b7c5748df.png) no-repeat center;
	background-size: cover
}

.fa_top img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.fa_bottom {
	width: 100%;
	height: 50%;
	position: relative;
	background: url(../image/fded87bb-ed78-4fe8-b031-fe846300bdf8.png) no-repeat center;
	background-size: cover;
	padding: 1.56vw 2vw
}

.fa_bottom .fa_sub {
	color: #fff;
	margin-top: 10px
}

.fa_bottom .fa_li_ms {
	color: #fff;
	line-height: 1.8
}

.fa_bottom .fa_more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2vw;
	height: 2vw;
	min-width: 30px;
	max-width: 56px;
	min-height: 30px;
	max-height: 56px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	margin-top: 20px;
	position: relative;
	z-index: 7
}

@media screen and (max-width:768px) {
	.fa_box {
		padding-top: 50px
	}

	.fa_ms {
		max-width: 100%
	}

	.fa_list {
		flex-wrap: wrap;
		height: 800px
	}

	.fa_list .fa_li {
		width: 100%;
		height: 120px
	}

	.fa_list .fa_li.cur {
		width: 100%;
		height: 320px
	}

	.fa_icon_box {
		width: 34px;
		height: 34px
	}

	.fa_con {
		position: static;
		height: 100%;
		border-right: none;
		border-top: 1px solid rgba(0, 0, 0, .1)
	}

	.fa_con_tt {
		margin-top: 10px
	}

	.fa_bottom {
		padding: 20px
	}

	.fa_bottom .fa_more {
		margin-top: 5px
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721010063419 .e_loop-4 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 99)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.fa_icon_box {
		width: 45px;
		height: 45px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_static_001-1721010058306 {
	min-height: 300px
}

#c_static_001-1721010058306 .e_image-1 {
	overflow: hidden;
	display-radio: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

#c_static_001-1721010058306 .e_image-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001-1721010058306 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 9.4vw 0;
	position: relative
}

#c_static_001-1721010058306 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721010058306 .e_text-3 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	color: rgba(51, 51, 51, 1)
}

#c_static_001-1721010058306 .e_loop_sub-5 {
	display: flex;
	flex-wrap: wrap;
	margin: 6vw 0 8.5vw
}

#c_static_001-1721010058306 .e_loop_sub-5 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%;
	background: url(../image/3b7516ea-fd88-4de7-aa45-837867235f9b.png) no-repeat center;
	padding: 76px 5vw;
	background-size: contain
}

#c_static_001-1721010058306 .e_text-6 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background: var(--wy_Color);
	color: #fff;
	max-width: 56px;
	min-width: 30px;
	max-height: 56px;
	min-height: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: all .5s
}

#c_static_001-1721010058306 .e_text-6 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

#c_static_001-1721010058306 .e_text-6:hover {
	transform: translateY(-15px)
}

#c_static_001-1721010058306 .e_scrollNumber-7 {
	display: flex;
	justify-content: center
}

#c_static_001-1721010058306 .e_scrollNumber-7 .p_num {
	color: #53a336;
	line-height: 1
}

#c_static_001-1721010058306 .e_scrollNumber-7 .p_plus {
	color: #53a336;
	line-height: 1
}

#c_static_001-1721010058306 .e_richText-4 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(102, 102, 102, 1);
	line-height: 1.8;
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1721010058306 .e_richText-8 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(51, 51, 51, 1);
	line-height: 1.8;
	text-align: center
}

@media screen and (max-width:768px) {
	#c_static_001-1721010058306 .e_container-2 {
		padding: 50px 0
	}

	#c_static_001-1721010058306 .e_loop_sub-5 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2);
		margin-bottom: 20px;
		padding: 40px 20px
	}

	#c_static_001-1721010058306 .e_richText-4 {
		font_radio: 1;
		display-radio: 1;
		max-width: none
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001-1721010058306 .e_loop_sub-5 .p_loopItem {
		padding: 50px 5vw
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_grid-1721109706453 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background_radio: 2;
	display-radio: 1;
	background: #f2f9fe url(../image/a30f4da9-ae5c-4500-b018-d8798577a91b.jpg) no-repeat top center;
	background-size: 100% 63%
}

#c_grid-1721109706453 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-1721109706453>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-1721109706453>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-1721109706453>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-1721109706453>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

@media screen and (max-width:768px) {
	#c_grid-1721109706453>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-1721109706453>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

.home_net {
	padding-top: 6.25vw
}

.net_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px
}

.net_wz {
	width: 52%
}

.net_tt {
	color: #fff
}

.net_ms {
	color: #fff;
	line-height: 1.8
}

.net_num {
	width: auto;
	display: flex;
	flex-wrap: wrap
}

.net_num_li {
	width: 100%
}

.e_scrollNumber-4 {
	display: flex;
	justify-content: center
}

.e_scrollNumber-4 .p_num {
	background: linear-gradient(0deg, rgba(0, 0, 0, .1), #fff);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1
}

.e_scrollNumber-4 .p_plus {
	line-height: 1;
	color: rgba(255, 255, 255, .6);
	margin-top: 10px
}

.net_num_bt {
	text-align: center;
	color: #fff
}

.net_box {
	max-width: 1246px;
	position: relative;
	margin: 0 auto
}

.net_box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.add_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5
}

.add_li {
	position: absolute;
	cursor: pointer;
	text-align: center
}

.add_li .add_name {
	color: #fff;
	font-size: 12px;
	padding-top: 12px;
	position: relative
}

.add_name span.dian {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .6)
}

.add_name span.dian:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	animation: inner-ripple 3500ms linear infinite;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border: 0
}

.add_li .add_name span.dian:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, .04);
	border-radius: 100%;
	animation: inner-ripple 4500ms linear infinite;
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translateX(-50%)
}

.Li0 .add_name {
	padding-top: 0;
	padding-left: 23px
}

.Li0 .add_name span.dian {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translate(0, -50%)
}

.Li0 .add_name span.dian:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, .06);
	border-radius: 100%;
	animation: inner-ripple 3500ms linear infinite;
	position: absolute;
	left: 9px;
	top: 0;
	border: 0
}

.Li0 .add_name span.dian:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, .5);
	border-radius: 100%;
	animation: inner-ripple 4500ms linear infinite;
	position: absolute;
	left: 9px;
	top: -6px
}

.net_box svg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

.net_box svg .yund {
	stroke-dashoffset: 800px;
	stroke-dasharray: 800px;
	animation: animation-line 15s ease-in forwards infinite
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: 800px
	}

	15.28571% {
		stroke-dashoffset: 0px
	}

	20.28571% {
		stroke-dashoffset: 0px
	}

	40.42857% {
		stroke-dashoffset: -800px
	}

	45.42857% {
		stroke-dashoffset: -800px
	}

	65.42857% {
		stroke-dashoffset: -1600px
	}

	70.42857% {
		stroke-dashoffset: -1600px
	}

	85.42857% {
		stroke-dashoffset: -2400px
	}

	to {
		stroke-dashoffset: -2400px
	}
}

@keyframes inner-ripple {
	0% {
		transform: translateX(-50%) scale(1);
		filter: alpha(opacity=50);
		opacity: 0.6
	}

	30% {
		transform: translateX(-50%) scale(1);
		filter: alpha(opacity=50);
		opacity: 0.4
	}

	100% {
		transform: translateX(-50%) scale(6.5);
		filter: alpha(opacity=0);
		opacity: 0
	}
}

@media screen and (max-width:768px) {
	.home_net {
		padding-top: 50px
	}

	.net_top {
		margin-bottom: 30px
	}

	.net_wz {
		width: 100%;
		text-align: center
	}

	.net_num {
		width: 100%;
		margin-top: 20px
	}

	.add_li:not(:nth-child(1)) .add_name .name {
		display: none
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1721031146837 .e_loop_sub-7 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 99)
	}

	#c_static_001-1721031146837 .e_loop_sub-3 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 99)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}

#c_static_001-1721109734440 {
	min-height: 300px;
	padding: 4.16vw 0 6vw;
	background_radio: 2;
	display-radio: 1
}

#c_static_001-1721109734440 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 2.34vw
}

#c_static_001-1721109734440 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721109734440 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background_radio: 1;
	display-radio: flex;
	margin-left: auto;
	margin-right: 0px
}

#c_static_001-1721109734440 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721109734440 .e_text-3 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	line-height: 1
}

#c_static_001-1721109734440 .e_text-6 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	max-width: 56px;
	min-width: 30px;
	max-height: 56px;
	min-height: 30px;
	margin-left: auto;
	margin-right: 0px;
	transition: all .5s;
	background-color: transparent
}

#c_static_001-1721109734440 .e_text-6 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

#c_static_001-1721109734440 .e_text-6:hover {
	transform: translateY(-15px)
}

#c_static_001-1721109734440 .e_loop-7 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%
		/* 解决无缝滚动在循环体多列展示问题 */
}

#c_static_001-1721109734440 .e_loop-7 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_static_001-1721109734440 .e_loop-7 .p_page {
	text-align: center
}

#c_static_001-1721109734440 .e_loop-7 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1721109734440 .e_loop-7 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1721109734440 .e_loop-7 .p_filter_key {
	/* min-width:80px;
 */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1721109734440 .e_loop-7 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1721109734440 .e_loop-7 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius:2px;
 */
}

#c_static_001-1721109734440 .e_loop-7 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1721109734440 .e_loop-7 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1721109734440 .e_loop-7 .p_s_option {}

#c_static_001-1721109734440 .e_loop-7 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1721109734440 .e_loop-7 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1721109734440 .e_loop-7 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1721109734440 .e_loop-7 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1721109734440 .e_loop-7 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1721109734440 .e_loop-7 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* #c_static_001-1721109734440 .e_loop-7 .p_filter_close::before {
	content: "\2716";
}
*/
/* #c_static_001-1721109734440 .e_loop-7 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-1721109734440 .e_loop-7 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1721109734440 .e_loop-7 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1721109734440 .e_loop-7 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721109734440 .e_loop-7 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721109734440 .e_loop-7 .p_split {
	margin: 0 5px
}

#c_static_001-1721109734440 .e_loop-7 .p_normal {
	margin-right: 16px
}

#c_static_001-1721109734440 .e_loop-7 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-7 .input-check,
#c_static_001-1721109734440 .e_loop-7 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1721109734440 .e_loop-7 .position-left {
	display: flex
}

#c_static_001-1721109734440 .e_loop-7 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1721109734440 .e_loop-7 .position-top {
	/* display:flex;
 */
}

#c_static_001-1721109734440 .e_loop-7 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1721109734440 .e_loop-7 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-7 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1721109734440 .e_loop-7 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1721109734440 .e_loop-7 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1721109734440 .e_loop-7 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1721109734440 .e_loop-7 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1721109734440 .e_loop-7 .p_filter_result {
	display: inline-block
}

#c_static_001-1721109734440 .e_loop-7 .p_contclear {
	cursor: pointer
}

#c_static_001-1721109734440 .e_loop-7 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1721109734440 .e_loop-7 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-7 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1721109734440 .e_loop-7 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1721109734440 .e_loop-7 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1721109734440 .e_loop-7 .p_filter_result {
	display: none
}

#c_static_001-1721109734440 .e_loop-7 .p_contclear {
	display: none
}

#c_static_001-1721109734440 .e_loop-7 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1721109734440 .e_loop-7 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1721109734440 .e_loop-7 .p_categoryActive {
	color: #409EFF
}

#c_static_001-1721109734440 .e_loop-8 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_static_001-1721109734440 .e_loop-8 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
	display-radio: 1
}

#c_static_001-1721109734440 .e_loop-8 .p_page {
	text-align: center
}

#c_static_001-1721109734440 .e_loop-8 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1721109734440 .e_loop-8 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1721109734440 .e_loop-8 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1721109734440 .e_loop-8 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1721109734440 .e_loop-8 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1721109734440 .e_loop-8 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1721109734440 .e_loop-8 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1721109734440 .e_loop-8 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1721109734440 .e_loop-8 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1721109734440 .e_loop-8 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1721109734440 .e_loop-8 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1721109734440 .e_loop-8 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1721109734440 .e_loop-8 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1721109734440 .e_loop-8 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1721109734440 .e_loop-8 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1721109734440 .e_loop-8 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721109734440 .e_loop-8 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1721109734440 .e_loop-8 .p_split {
	margin: 0 5px
}

#c_static_001-1721109734440 .e_loop-8 .p_normal {
	margin-right: 16px
}

#c_static_001-1721109734440 .e_loop-8 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-8 .input-check,
.e_loop-8 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1721109734440 .e_loop-8 .position-left {
	display: flex
}

#c_static_001-1721109734440 .e_loop-8 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1721109734440 .e_loop-8 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1721109734440 .e_loop-8 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-8 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1721109734440 .e_loop-8 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1721109734440 .e_loop-8 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1721109734440 .e_loop-8 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1721109734440 .e_loop-8 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1721109734440 .e_loop-8 .p_filter_result {
	display: none
}

#c_static_001-1721109734440 .e_loop-8 .p_contclear {
	cursor: pointer;
	display: none
}

#c_static_001-1721109734440 .e_loop-8 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1721109734440 .e_loop-8 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1721109734440 .e_loop-8 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1721109734440 .e_loop-8 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1721109734440 .e_loop-8 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1721109734440 .e_loop-8 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1721109734440 .e_loop-8 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1721109734440 .e_loop-8 .p_categoryActive {
	color: #409EFF
}

#c_static_001-1721109734440 .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 2;
	display-radio: flex;
	background-color: rgba(255, 255, 255, 1)
}

#c_static_001-1721109734440 .e_container-9>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1721109734440 .e_image-10 {
	overflow: hidden;
	display-radio: 1;
	width: 100%;
	height: 32vw;
	max-height: 612px;
	min-height: 450px
}

#c_static_001-1721109734440 .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s
}

#c_static_001-1721109734440 .e_container-9:hover .e_image-10 img {
	transform: scale(1.1)
}

#c_static_001-1721109734440 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-bottom: 25px
}

#c_static_001-1721109734440 .e_container-11>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end
}

#c_static_001-1721109734440 .e_text-12 {
	line-height: 1.6;
	font_radio: 2;
	display-radio: 1;
	color: rgba(85, 85, 85, 1)
}

#c_static_001-1721109734440 .e_container-9:hover .e_text-12 {
	color: var(--wy_Color)
}

#c_static_001-1721109734440 .e_line-13 {
	line_radio: 1;
	display-radio: 1;
	width: 100%;
	height: 1px;
	border: none;
	background: rgba(0, 0, 0, .06);
	margin-top: 20px;
	background-color: rgba(0, 0, 0, .06);
	margin-bottom: 27px
}

#c_static_001-1721109734440 .e_richText-14 {
	font_radio: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(153, 153, 153, 1);
	line-height: 1.8;
	text-align: left;
	margin-bottom: 1.56vw
}

#c_static_001-1721109734440 .e_timeFormat-15 {
	min-height: 0px;
	font_radio: 2;
	display-radio: 1;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-align: left;
	font-weight: normal
}

#c_static_001-1721109734440 .e_timeFormat-16 {
	min-height: 0px;
	font_radio: 2;
	display-radio: 1;
	color: rgba(51, 51, 51, 0.6);
	line-height: 1.2;
	text-align: left
}

#c_static_001-1721109734440 .e_loop-8 {
	display-radio: 1;
	margin-top: 6.25vw
}

#c_static_001-1721109734440 .e_loop-7 {
	display-radio: 1;
	position: relative
}

.home_news1 .swiper-slide {
	background: #fff
}

.qh_box {
	width: 44%;
	display: flex;
	align-items: center;
	position: absolute;
	padding: 0 5vw;
	left: 0;
	bottom: 6vw;
	z-index: 9
}

.home_news_page {
	width: auto;
	margin: 0 1.6vw;
	color: #616469
}

.home_news_page .line {
	padding: 0 5px
}

.home_news_page .swiper-pagination-current {
	color: var(--wy_Color);
	font-weight: bold
}

.home_news_btn .icon {
	fill: #616469
}

.home_news_btn.swiper-button-disabled {
	opacity: 0.4
}

.home_news_btn:not(.swiper-button-disabled):hover .icon {
	fill: var(--wy_Color)
}

#c_static_001-1721109734440 .e_container-9 .cbox-9-0 {
	flex: 0 0 44%;
	align-self: center;
	padding: 20px 5vw
}

#c_static_001-1721109734440 .e_container-9 .cbox-9-1 {
	flex: 0 0 56%
}

#c_static_001-1721109734440 .e_richText-4 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	line-height: 1.8;
	text-align: left;
	margin-top: 13px
}

#c_static_001-1721109734440 .e_container-17 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-bottom: 25px
}

#c_static_001-1721109734440 .e_container-17>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end
}

#c_static_001-1721109734440 .e_timeFormat-18 {
	min-height: 0px;
	font_radio: 2;
	display-radio: 1;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-align: left;
	font-weight: normal
}

#c_static_001-1721109734440 .e_timeFormat-19 {
	min-height: 0px;
	font_radio: 2;
	display-radio: 1;
	color: rgba(51, 51, 51, 0.6);
	line-height: 1.2;
	text-align: left
}

#c_static_001-1721109734440 .e_text-20 {
	line-height: 1.6;
	font_radio: 2;
	display-radio: -webkit-box;
	color: rgba(85, 85, 85, 1);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 25px
}

#c_static_001-1721109734440 .e_text-21 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(51, 51, 51, 1)
}

.home_news2 .swiper-slide {
	padding: 20px 2.8vw;
	border-left: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

.home_news2 .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 0px;
	background: var(--wy_Color);
	transition: all .6s
}

.home_news2 .swiper-slide:hover:before {
	height: 100%
}

.home_news2 .swiper-slide:hover .e_text-20 {
	color: var(--wy_Color) !important
}

.home_news2 .swiper-slide:hover .e_text-21 {
	color: var(--wy_Color) !important
}

#c_static_001-1721109734440 .e_container-1 .cbox-1-0 {
	flex: 0 0 80%
}

#c_static_001-1721109734440 .e_container-1 .cbox-1-1 {
	flex: 0 0 20%
}

@media screen and (max-width:768px) {
	#c_static_001-1721109734440 .e_loop-8 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 20)
	}

	#c_static_001-1721109734440 .e_loop-7 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 20)
	}

	#c_static_001-1721109734440 .e_container-9 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: column-reverse
	}

	#c_static_001-1721109734440 .e_container-9 .cbox-9-0 {
		flex: 0 0 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px
	}

	#c_static_001-1721109734440 .e_container-9 .cbox-9-1 {
		flex: 0 0 100%
	}

	#c_static_001-1721109734440 .e_richText-14 {
		font_radio: 1;
		display-radio: 1;
		margin-bottom: 50px
	}

	#c_static_001-1721109734440 .e_image-10 {
		display-radio: 1;
		min-width: 0px;
		min-height: 260px
	}

	.qh_box {
		width: 100%;
		bottom: 30px;
		padding: 0 20px
	}

	.home_news2_page {
		width: 100%;
		text-align: center;
		margin-top: 15px
	}

	.home_news2_page span {
		margin: 0 4px
	}

	.home_news2_page span.swiper-pagination-bullet-active {
		background: var(--wy_Color)
	}
}

@media screen and (min-width: 769px) {
	.home_news2_page {
		display: none
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1440px) and (min-width: 1025px) {}

@media screen and (max-width: 1600px) and (min-width: 1367px) {}